.bodyContainer_Outer{
	display: block;
	width: 100%;
}

.bodyContainer_Outer .bodyContainer{
	width: 1000px;
	display: inline-table;
	margin-bottom: 80px;

}
/***************************************************************************************
								Side-Menu-Bar-Common
****************************************************************************************/
.bodyContainer_Outer .bodyContainer .side_menu_container{
	margin-top: 0px;
	margin-left: 0px;
	width:260px;
	float:left;
	border: black ridge 3px;
	box-shadow: 5px 5px 5px #333;
}
.bodyContainer_Outer .bodyContainer .side_menu_container_Position{
	position: fixed;
	top: 10px;
}
.bodyContainer_Outer .bodyContainer .side_menu_container .header h2 {
	height:52px;
	line-height: 52px;
	font-size: 20px;
	width:260px;
	color : white;
	text-align: center;
	vertical-align: middle;

	border-bottom: 1px dotted #FFFFFF;
  	background: #171717;	
  	background: rgba(0,0,0,0.7);
}
.bodyContainer_Outer .bodyContainer .bmenu{
    padding: 0px;
    float:left;
  	width:260px;
  	background: #171717;
  	background: rgba(0,0,0,0.7);
}

.bodyContainer_Outer .bodyContainer .bmenu .divLI1{
    display: block;
    border-bottom: #333 solid 1px; 
}
.bodyContainer_Outer .bodyContainer .bmenu .divLI1 a{
	display: block;

	text-transform: capitalize;
	text-decoration: none;
	
	color: white;
	padding: 5px 20px;
	font-size:15px;
	text-align: left;
	margin: 2px;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.bodyContainer_Outer .bodyContainer .bmenu:hover .divLI1 a{
	text-shadow: 0px 0px 8px #fff;
	color: #ffffff;
}
.bodyContainer_Outer .bodyContainer .bmenu .divLI1 a:hover{
	text-shadow: 0px 0px 8px #fff;
  	background: #333;
	background: rgba(0,0,0,0.8);

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.bodyContainer_Outer .bodyContainer .bmenu .divLI1 .current{
	text-shadow: 0px 0px 8px #fff;
  	background: #333;
	background: rgba(0,0,0,0.8);
}



/*---------------------------------------------------------------------------------------------------
							Middle Container / header-list
----------------------------------------------------------------------------------------------------*/
.bodyContainer_Outer .bodyContainer .middle_content_softlucent{
	width: 700px;
	display: block;
	margin: 0px 10px 10px 10px;
	float: right;
	
	background: #171717;
	background: rgba(0,0,0,0.5);
	border: black ridge 3px;
	box-shadow: 5px 5px 5px #333;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap{
	width: 680px;
	display: inline-table;
	margin: 10px;
	float: right;
	background: #333;	
	background: rgba(0,0,0,0.2);
}
.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap .text_image_container{
	width: 680px;
	display: block;
	float: left;
	border-bottom: silver dotted 1px; 
}
.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap .text_image_container .left{
	width: 368px;
	display: block;
	float: left;
}
.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap .text_image_container .right{
	width: 302px;
	display: block;
	margin: 5px;
	float: right;
}

.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap P{
	font-size:15px;
	color: white;
	line-height: 1.5em;
	margin: 10px 10px 20px 10px;
	
	text-align: justify;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap P.bottomBoder{
	border-bottom: silver dotted 1px; 
}
.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap P I.fontSmall{
	font-size: 87%;
}
.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap P SPAN{
	line-height: 1.5em;
	font-size: 13px;
	text-align: left;
}
.bodyContainer_Outer .bodyContainer .middle_content_softlucent:HOVER{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: black;
	background: rgba(0,0,0,0.8);
}
.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap H2{
	line-height: 1.5em;
	font-size: 24px;
	text-align: center;
	color: white;
}
.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap H3{
	line-height: 1.5em;
	font-size: 21px;
	text-align: left;
	color: white;
	margin: 0px 0px 0px 10px;
}

.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap P B{
	font-size: 105%;
}
.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap a{
	font-size:15px;
	color: white;
	line-height: 1.5em;
	text-align: justify;

	text-decoration: underline;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.bodyContainer_Outer .bodyContainer .middle_content_softlucent .innerWrap a:HOVER{
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
